colorplane: Remove (un)realize handlers
authorTimm Bäder <mail@baedert.org>
Sat, 26 Sep 2020 08:00:34 +0000 (10:00 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000 (15:06 -0400)
commit769b15c29b01764f7ef8b6196e79f7ca6206f5cb
tree05c78a4e78610403b3be43a7490521c3309b1b39
parent8e9a81004552026dcc29fb9ba03b27391a445b11
colorplane: Remove (un)realize handlers

Creating the texture in realize() is unnecessary these days, since we
can just rely on size_allocate to do that.
gtk/gtkcolorplane.c